Move
---------------------
Different to basic
Similar to BBC Basic but is now affected by the
Output
keyword.
Use:
Set the position of graphics cursor.
If
By
is included, the co-ordinates are relative.
Syntax is:
Move
[
By
]
x
,
y
Example:
Move
10,10
Move
By
4
*
dx%
,4
*
dy%
For further info about Graphics in WimpBasic click here.
Other keywords in the Graphics category.